﻿.floor-2 {
  margin-top: 0px;
}
.floor-2 .con-title {
  height: 39px;
  line-height: 39px;
  width: 100%;
  margin: 10px 0;
}
.floor-2 .con-title > a {
  float: left;
  display: inline-block;
  padding: 0px 6px;
  height: 43px;
  line-height: 43px;
  color: #337BD6;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #347BD7;
}
.floor-2 .con-title span {
  float: right;
  line-height: 49px;
}
.floor-2 .con-title span a {
  color: #337BD7;
}
.floor-2 .con-title span a:hover {
  color: #cc0000;
}
.floor-2 table {
  width: 100%;
  height: 180px;
  font-size: 14px;
  margin-top: 10px;
  border-collapse: collapse;
}
.floor-2 table thead {
  width: 100%;
  background: #f9f9f9;
}
.floor-2 table thead th {
  text-align:center;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  color: #333;
}
.floor-2 table thead th td {
  border-collapse: collapse;
}
.floor-2 table tbody td {
  height:30px;
  line-height:30px;
  font-size: 15px;
  color: #666666;
  text-align: center;
}
.floor-2 table tbody td.letter-title {
  width: 528px;
  text-align: left;
  overflow: hidden;
}
.floor-2 table tbody td a {
  float: left;
  width: 528px;
  display: inline-block;
  font-size: 15px;
  color: #666666;
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.floor-2 table tbody td a:hover {
  color: #347bd7;
}
.floor-2 table tbody td.ycl {
  color: #01a22a;
}
.floor-2 table tbody td.clz {
  color: #d00000;
}